Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub actions to build and package #2

Merged
merged 2 commits into from
Mar 28, 2024
Merged

Conversation

aristotelos
Copy link
Collaborator

Based on https://github.com/actions/starter-workflows/blob/main/ci/dotnet.yml.

This requires the WpfApplication to be converted to a .NET 6 project and added to the UITests project dependencies so that it is built before it is used in the tests.

@aristotelos aristotelos force-pushed the test-github-actions branch 3 times, most recently from ecb39e5 to bbd7c5e Compare March 21, 2024 20:01
@aristotelos aristotelos changed the title Add GitHub actions to build and package. Add GitHub actions to build and package Mar 21, 2024
@aristotelos aristotelos force-pushed the test-github-actions branch 2 times, most recently from 9e8e7e0 to a94b582 Compare March 22, 2024 06:30
@aristotelos aristotelos requested a review from Roemer March 22, 2024 06:53
Based on https://github.com/actions/starter-workflows/blob/main/ci/dotnet.yml.

This requires the WpfApplication to be converted to a .NET 6 project and
added to the UITests project dependencies so that it is built before it
is used in the tests.
Remove web.config because we don't need IIS support, do not publish
appsettings.Development.json.
@aristotelos aristotelos force-pushed the test-github-actions branch from ddcbab3 to 1712283 Compare March 22, 2024 10:14
@aristotelos
Copy link
Collaborator Author

@Roemer Do you plan to review this PR? If you do, please let me know, otherwise I will just merge it.

@aristotelos aristotelos merged commit f38deb9 into main Mar 28, 2024
1 check passed
@aristotelos aristotelos deleted the test-github-actions branch March 28, 2024 07:31
@Roemer
Copy link
Member

Roemer commented Mar 28, 2024

Very cool, thanks for your work! As Action-Artefacts will get removed after some time, should we just create github releases with the binary?

@aristotelos
Copy link
Collaborator Author

Yes, I would like to use GitHub releases. I think it is simple to add a https://github.com/marketplace/actions/gh-release action to create a release on a tag. I think I'll create a PR to enable that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants